File: newuser.mdd

package info (click to toggle)
zsh-beta 4.3.17-dev-0%2B20120621-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 19,804 kB
  • sloc: ansic: 95,966; sh: 5,899; makefile: 845; perl: 745; awk: 383; sed: 16
file content (13 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
name=zsh/newuser
link=dynamic
# We will always try to load newuser, but there should
# be no error if it fails, so don't use the standard mechanism.
load=no
functions='Scripts/newuser Functions/Newuser/*'

objects="newuser.o"

:<<\Make
newuser.o:  ../zshpaths.h

Make