File: newuser.mdd

package info (click to toggle)
zsh 5.9-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 23,856 kB
  • sloc: ansic: 108,138; sh: 6,976; makefile: 722; perl: 687; awk: 291; 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